home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 551-575 / disk_575 / reqtools / fd / reqtools_lib.fd < prev   
Text File  |  1992-05-06  |  1KB  |  33 lines

  1. *
  2. *   reqtools_lib.fd   © 1991 Nico François
  3. *
  4. ##base _ReqToolsBase
  5. ##bias 30
  6. ##public
  7. rtAllocRequestA(type,taglist)(D0,A0)
  8. rtFreeRequest(req)(A1)
  9. rtFreeReqBuffer(req)(A1)
  10. rtChangeReqAttrA(req,taglist)(A1,A0)
  11. rtFileRequestA(filereq,file,title,taglist)(A1/A2/A3,A0)
  12. rtFreeFileList(filelist)(A0)
  13. rtEZRequestA(bodyfmt,gadfmt,reqinfo,argarray,taglist)(A1/A2/A3/A4,A0)
  14. rtGetStringA(buffer,maxchars,title,reqinfo,taglist)(A1,D0,A2/A3,A0)
  15. rtGetLongA(longptr,title,reqinfo,taglist)(A1/A2/A3,A0)
  16. ##private
  17. rtInternalGetPasswordA(buffer,checksum,callback,reqinfo,taglist)(A1,D1/D2,A3,A0)
  18. rtInternalEnterPasswordA(buffer,callback,reqinfo,taglist)(A1,D2,A3,A0)
  19. ##public
  20. rtFontRequestA(fontreq,title,taglist)(A1,A3,A0)
  21. rtPaletteRequestA(title,reqinfo,taglist)(A2/A3,A0)
  22. rtReqHandlerA(handlerinfo,sigs,taglist)(A1,D0,A0)
  23. rtSetWaitPointer(window)(A0)
  24. *
  25. * the following functions are for the advanced reqtools user
  26. * who whishes to write his own (complementary) requesters
  27. *
  28. rtGetVScreenSize(screen,widthptr,heightptr)(A0/A1/A2)
  29. rtSetReqPosition(reqpos,newwindow,screen,window)(D0,A0/A1/A2)
  30. rtSpread(posarray,sizearray,length,min,max,num)(A0/A1,D0/D1/D2/D3)
  31. rtScreenToFrontSafely(screen)(A0)
  32. ##end
  33.